.daohang {
    line-height: 90px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    border-bottom: 1px solid #eee;
    position: relative;
}

.daohang.active {
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.header_search .search_inp {
    width: 227px;
    height: 40px;
    border-radius: 8px;
    border: solid 1px #cecaca;
    background-color: #ffffff;


    font-size: 1.6rem;
    line-height: 38px;
    padding: 0 13px;
    font-weight: bold;
}

.daohang-container {
    width: 90%;
    margin: 0 auto;
}
.hddb {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 9999;
    /* width: 50px;
    height: 45px; */
}

input::-webkit-input-placeholder {z-index: 9999;
    color: #302f2f;
    opacity: 0.53;
}

.header_search button {
    background-color: transparent;
    border: none;
    position: static;
    color: #7e7e7e;
    font-size: 2rem;
    color: #343434;
    margin-left: 25px;
}

.daohang_dh .iconfont {
    font-size: 2.5rem;
}

.daohang_dh {
    color: #0c9fb1;
    font-size: 1.8rem;
    margin: 0 80px;
    font-weight: 600;
}

.daohang_ul {
    margin-left: 80px;
}

.daohang_ul>li {
    display: inline-block;
    position: relative;
    padding: 0 17px;

}
.daohang_ul>li:nth-child(4) .er-ul,
.daohang_ul>li:nth-child(5) .er-ul {
    width: 200px;
    left: -50px;
}
.daohang_ul>li:nth-child(3) {
    position: static;
}

.daohang_ul>li:nth-child(3) .erji_pro {
    width: 100%;
    background-color: #fff;
    display: none;
    position: absolute;
    top: 93px;
    left: 0;
    z-index: 999;
}
.daohang_ul>li:nth-child(3):hover .erji_pro {
    height: 500px;
    overflow-y: scroll;
    display: block;
}
.daohang_ul>li:nth-child(3):hover .erji_pro::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background-color: rgb(201, 201, 201);
    width: 4px;
    height: 164px;
    position: absolute;
}

.daohang_ul>li:nth-child(3):hover .erji_pro::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.daohang_ul>li:nth-child(3):hover .erji_pro::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    width: 10px;
    height: 35px;
    background: #009f9c;
}

.daohang_ul>li:nth-child(3) .erji_pro_ul li {
    width: 14.28%;
    float: left;
    line-height: 30px;
}
.erji_pro_container {
    width: 93%;
    margin: 0 auto;
    padding: 20px 0;
}

.erji_pro_title {
    font-size: 1.6rem;
    font-weight: 600;
}

.erji_pro_a {
    font-weight: normal;
}


.daohang_ul>li>a {
    display: block;
    color: #494949;
    font-size: 1.8rem;
    font-weight: bold;
}

.daohang_ul>li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    background: #0c9fb1;
    width: 0;
    height: 3px;
}

.daohang_ul>li.active::after,
.daohang_ul>li:hover::after {
    width: 100%;
}

.daohang_ul>li.active>a,
.daohang_ul>li:hover>a {
    color: #0c9fb1;
}


.daohang_ul>li .er-ul {
    transition: 400ms ease-in-out;
    transform: scale(0);
    opacity: 0;
    top: 100%;
    display: block;
}

.daohang_ul>li:hover .er-ul {
    transform: scale(1);
    opacity: 1;
}

.er-ul {
    position: absolute;
    width: 160px;
    left: -20px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 100%;
    z-index: 999;
    background: #fff;
    padding: 10px 0;
}

.country {
    top: 145%;
}

.er-ul li {
    line-height: 32px;
    width: 100%;
    display: block;
    float: none;
}

/* .bott_li_div a, */
.er-ul li a {
    color: #000;
    font-size: 1.4rem;
    display: block;
    text-align: left;
    background: #fff;
    color: #3d3e3f;
    text-align: center;
}

/* .bott_li_div a:hover, */
.er-ul li:hover a {
    color: #0c9fb1;
}

.header-1 {
    height: 45px;
    line-height: 45px;
    background-color: #302f2f;
}

.header-1 a {
    color: #fff;
}

.header-1 img {
    margin-right: 10px;
}

.header-1 .swiper-slide {
    text-align: center;
}

.scrll {
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
    bottom: 20px;
    z-index: 44;
    text-align: center;
    cursor: pointer;
}

.scrll>p {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 10px;
}

.scrll img {
    animation: myfirst 1s infinite;
}




@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.pr {
    position: relative;
}


/* 搜索 */

.sousuo {
    display: none;
}

.sousuo_con {
    z-index: 1000;
    padding-left: 100px;
    font-size: 1.25rem;
}

.sousuo_con .iconfont {
    font-size: 1.25rem;
    padding-right: 10px;
}

.sousuo_inp {
    border: none;
    background-color: transparent;
    width: 400px;
}

.sousuo_con.sousuo_con1 {
    line-height: 81.2px;
}

.sousuoactive {
    display: block;
    transition: all .6s;
}

.pcnavactive {
    background: #fff !important;
    line-height: 65px;
    height: 65px;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    color: #000 !important;
    border-bottom: 1px solid rgba(181, 181, 181, .22);
}

.pcnavactive a {
    color: #000;
}

.pcnavactive.index_pcnav .logo_text_center .website_name {
    color: #000;
}

.serch_line {
    background-image: linear-gradient(149deg, #00ceb4 0%, #1988d9 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    background-blend-mode: normal, normal;
    width: 100%;
    height: 2px;
}

.searchbox {
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    width: 100%;
    top: 89px;
    text-align: center;
    z-index: 999;
    position: fixed;
}

.displaynone {
    display: none;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
}

.clearfix {
    zoom: 1;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 14px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
    box-sizing: border-box;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background-image: linear-gradient(149deg, #00ceb4 0%, #1988d9 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}


/* 手机导航 */

.phonenav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    background: #fff;
    line-height: 65px;
    height: 65px;
    display: none;
}

.phone_foot {
    display: none;
}


/* 菜单 */

.phone {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding: 10px 30px;
}

.index_a {
    display: inline-block;
}

.phone .wid {
    float: left;
}

.phone .wid>a {
    display: inline-block;
}

.color_dao .iconfont {
    color: #ba9657;
    font-size: 25px;
    margin: 0 5px;
}

.color_dao {
    line-height: 49px;
}

.color_dao .daohang_sp {
    position: relative;
    top: -7px;
    font-size: 25px;
}

.color_a {
    font-size: 25px;
    position: relative;
    top: -7px;
}

.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
    transition: 0.6s;
}

.sidebar-menu__header {
    height: 50px;
    background: #eff2f6;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu .sidebar-menu__header {
    line-height: 50px;
    color: #646060;
    font-size: 20px;
}

.sidebar-menu .sidebar-menu__header .iconfont {
    font-size: 20px;
}

.sidebar-menu__list {
    position: fixed;
    top: 79px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    background: #fff;
    list-style-type: none;
    border-top: 1px solid #cec7c7;
}

.sidebar-menu__item:first-child {
    border-top: 0
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 15px 25px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}

.colos {
    line-height: 70px;
}

.sidebar-menu__item:first-child {
    border-top: 0;
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
    background-color: #eff2f6 !important;
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
    color: #000 !important;
}

.sidebar-menu__item:hover {
    background-color: #fff;
    cursor: pointer;
}

.sidebar-menu__item:hover>.sidebar-menu__link {
    color: #6e6e6e;
}

.phone_i {
    display: inline-block;
    line-height: 60px;
    padding: 0 15px;
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
    color: #6e6e6e;
}

.sidebar-menu__item .sidebar-menu__list {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translateX(100%);
    transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.sidebar-menu__item .sidebar-menu__list.is-active {
    transform: translateX(0);
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
    z-index: 2;
    height: 400px;
    overflow-y: scroll;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background-color: rgb(201, 201, 201);
    width: 4px;
    height: 164px;
    position: absolute;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    display: block;
    width: 10px;
    height: 35px;
    background-color: #009f9c;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 3;
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
    z-index: 4;
}

.sidebar-menu__link::first-letter {
    text-transform: uppercase;
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
    text-decoration: none;
}

.sidebar-menu__link span.glyphicon-menu-left {
    float: left;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-right: 4px;
}

.sidebar-menu__link .glyphicon-menu-right {
    color: #bababa;
    float: right;
}

.phonenav .side-menu-trigger .iconfont {
    font-size: 30px;
}

.phonenav .ds {
    margin-right: 20px;
}

.phonenav .ds .iconfont {
    font-size: 2.6rem;

}


/* 右侧导航栏 */

.rightfix {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 40px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 99;
    border: 1px solid #dee2e7;
    background: #fff;
    display: block;
}

.fix_ul li {
    font-size: 12px;
    text-align: center;
    float: none;
    position: relative;
    width: 40px;
    cursor: pointer;
    height: 40px;
    padding: 5px 0;
    background: #fff;
    margin-bottom: 0px;
    color: #ffffff!important;
    border-bottom: 1px solid #dee2e7;
}
.fix_ul li a {
    color: #fff!important;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 20px;
    color: #000;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 40px;
    -o-transform: scale(0);
    position: absolute;
    color: #6a6a6a;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 5px;
    line-height: 30px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 120px;
}

.fix_ul li:hover {
    background: #e5dbdb;
}

.fix_ul li:hover {
    background: #e5dbdb;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
    color: #000;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    right: 60px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}


/* 右侧导航 */

.rightfix {
    position: fixed;
    top: 50%;
    right: 0px;
    width: 70px;
    border-right: none;
    transform: translateY(-50%);
    z-index: 99;
    border: 1px solid #dee2e7;
    background: #fff;
    display: block;
}

.fix_ul li {
    font-size: 12px;
    text-align: center;
    float: none;
    position: relative;
    width: 70px;
    cursor: pointer;
    height: 70px;
    padding: 0px 0;
    background: #009f9c;
    margin-bottom: 0px;
    color: #fff;
    border-bottom: 1px solid #dee2e7;
}

.fix_ul li:last-child {
    display: none;
}

.fix_ul li i {
    font-size: 30px;
    color: #fff;
}

.right_div {
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    min-height: 60px;
    -o-transform: scale(0);
    position: absolute;
    color: #fff;
    right: 40px;
    top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 5px;
    line-height: 60px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    min-width: 160px;
    font-size: 1.4rem;
}

.fix_ul li:hover {
    background: #fff;
}

.fix_ul li:hover {
    background: #fff;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.fix_ul li:hover i {
    color: #5e6062;
}

.fix_ul li:hover .right_div {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    right: 70px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    color: #009f9c;
}

.right_div div {
    height: 30px;
    line-height: 30px;
}

.fix_ul li:hover div:nth-child(2),
.fix_ul li:hover i {
    color: #009f9c;
}

.mobile-foot {
    display: none;
}

.mobile-foot {
    background: #0c9fb1;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.mobile-foot a {
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    width: 22%;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 5px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0px;
    display: inline-block;
}
.mobile_center {
    margin: 0 auto!important;
    display: table!important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 60px;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    opacity: .28;
    margin: 7.5px;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
}

.index_about {
    margin: 67px 0 0;
}

.index_about_fr {
    width: 60.75%;
    cursor: pointer;
}

.index_about_fl {
    width: 39.25%;
    padding-right: 55px;
}

.title {
    font-size: 3.9rem;
    line-height: 50px;
    color: #181818;
    font-weight: 600;
}

.title_line {
    width: 102px;
    height: 2px;
    background-color: #b5b5b5;
    margin: 15px auto;
    position: relative;
}

.title_line::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    background-color: #0c9fb1;
    border: solid 3px #b5b5b5;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;

}

.index_about .title_line {
    margin: 15px 0;
}

.index_about_con {
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    margin: 40px 0 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.more {
    width: 179px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #0c9fb1;

}

.more a {
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #ffffff;
}

.more:hover {
    background: #fff;
    border: 1px solid #009f9c;
}

.more:hover a {
    color: #009f9c;
}

.index_about_fr .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%-50%);
    font-size: 8rem;
    color: #fff;
}

.modal.in .modal-dialog {
    width: 80%;

}

.shuzi_bot {
    font-size: 1.8rem;
    line-height: 26px;
    color: #b5b5b5;
}

.shuzi_top {
    font-size: 1.6rem;
    line-height: 60px;
    color: #181818;
}

.shuzi_top span {
    font-size: 4.8rem;
    line-height: 60px;
    color: #0c9fb1;
    font-family: Swiss911BT-ExtraCompressed;
}

.index_shuzi {
    padding: 56px 0 50px 0;
    box-shadow: 3px 5px 6px 0px rgba(222, 221, 221, 0.43);
    border: solid 3px rgba(221, 217, 217, 0.14);
}

.index_shuzi .swiper-slide>div::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    background-color: #000000;
    opacity: 0.28;
    top: 50%;
    right: 0;
    transform: translateX(-50%);
}

.index_shuzi .swiper-slide {
    text-align: center;
}

.shuzi_top .counter {
    margin-right: 10px;
}

.futitle {
    font-size: 1.8rem;
    line-height: 30px;
    color: #b5b5b5;
    width: 80%;
    margin: 0 auto;
}

.index_div2 {
    margin: 84px 0 45px;
}

.index_div2_fl {
    width: 30.5%;
}

.index_div2_fl2 {
    width: 69.5%;
}

.index_div2_fl .over {
    box-shadow: 0px 0px 18px 1px rgba(177, 178, 180, 0.17);
    border-radius: 2px;
    border: solid 1px #d2d2d2;
}

.index_div2_title {
    font-size: 1.8rem;
    line-height: 61px;
    color: #181818;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_div2_con {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    opacity: 0.64;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin: 0 0 40px 0;
}

.index_div2_pro_top {
    margin-top: 70px;
}

.index_div2_fl:hover img {
    transform: scale(1.1);

}

.index_div2_fl:hover .over {
    box-shadow: 0px 0px 18px 1px rgba(177, 178, 180, 0.17);
    border: solid 1px #0c9fb1;
}

.idnex_pro_text {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 159, 177, 0.46);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;

}

.list_div2_ul li {
    margin-left: 20px;
    float: left;
    width: 30.8%;
    overflow: hidden;

}

.list_div2_ul li .over {
    box-shadow: 0px 0px 18px 1px rgba(177, 178, 180, 0.17);
    border-radius: 2px;
    border: solid 1px #d2d2d2;
}

.idnex_pro_text>a {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    padding: 0 15px;
    transform: translateY(-50%);
    font-size: 1.6rem;
    line-height: 26px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 100px;
}

.idnex_pro_text>a:hover {
    color: #fff !important;
}

.list_div2_ul li:hover .idnex_pro_text {
    left: 0;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.index_div3 .gallery-thumbs .over {
    box-shadow: 1px 2px 20px 4px rgba(164, 165, 168, 0.24);
}

.index_div3_fl1,
.index_div3_fl2 {
    width: 50%;
}

.index_div3_fl2 {
    padding-left: 60px;
}

.index_div3_fl1 .over {
    box-shadow: 1px 2px 20px 4px rgba(164, 165, 168, 0.24);
}



.index_div3 {
    overflow: hidden;
    position: relative;
    background: url(../img/4.jpg) center/cover no-repeat;
    background-attachment: fixed;
    padding: 140px 0;
}

.idnex_div3_title {
    font-size: 2.4rem;
    line-height: 30px;
    color: #181818;
    margin: 10px 0;
}

.index_div3_con {
    font-size: 1.6rem;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index_div3_ul {
    margin: 20px 0 55px;
}

.index_div3_ul li {
    float: left;
    width: 30%;
    font-size: 1.6rem;
    line-height: 36px;
    color: #181818;
    font-weight: 600;
}

.index_div3_ul li:nth-child(even) {
    width: 70%;
}

.index_div3_ul li .iconfont {
    color: #0c9fb1;
    font-size: 2rem;
}

.index_div3_bot {
    width: 60%;
    margin: 60px auto 0;
}

.index_div3 .gallery-top {
    margin-top: 60px;
}

.index_div3 .swiper-button-next,
.index_div3 .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cdcdcd'%2F%3E%3C%2Fsvg%3E");
    right: -60px;
    width: 42px;
    height: 43px;
    background-color: #ffffff;
    border: solid 1px #cbcbcf;
    border-radius: 50%;
    background-size: 14px 20px;

}

.index_div3 .swiper-button-prev,
.index_div3 .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cdcdcd'%2F%3E%3C%2Fsvg%3E");
    left: -60px;
    width: 42px;
    height: 43px;
    background-color: #ffffff;
    border: solid 1px #cbcbcf;
    border-radius: 50%;
    background-size: 14px 20px;
}

.index_div3 .swiper-slide-thumb-active {
    box-shadow: 1px 2px 20px 4px rgba(164, 165, 168, 0.24);
    border: solid 3px #0c9fb1;
}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_div4_title {
    height: 63px;
    background-color: #ffffff;
    box-shadow: 1px 2px 23px 1px rgba(177, 178, 180, 0.19);
    font-size: 18px;
    line-height: 63px;
    color: #181818;
    text-align: center;
}

.index_div4_fl1 {
    width: 73.5%;
}

.index_div4_fl2 {
    width: 26.5%;
}

.list_div4_ul li {
    width: 31.2%;
    float: left;
    margin-right: 18px;
    margin-bottom: 35px;
}

.index_div4_icon {
    width: 47px;
    height: 47px;
    background-color: #b5b5b5;
    position: absolute;
    bottom: 44px;
    left: 35px;
    text-align: center;
}

.index_div4_icon .iconfont {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    line-height: 47px;
}

.list_div4_ul li:hover .index_div4_icon,
.list_div4_ul li.active .index_div4_icon {
    background-color: #0c9fb1;
}

.list_div4_ul li:hover img {
    transform: scale(1.1);
}

.list_div4_ul li:hover .list_div4_title,
.list_div4_ul li.active .list_div4_title {
    color: #0c9fb1;
}

.index_div4_list {
    margin-top: 69px;
}

.index_div4 {
    margin-top: 104px;
}

.index_div4_fl2 {
    border: solid 1px #d2d2d2;
    padding: 0 42px 68px;
}

.idnex_div4_fl2_title {
    font-size: 3rem;
    line-height: 46px;
    color: #181818;
    font-weight: 600;
    position: relative;
    padding: 15px 0 20px 0;
}

.idnex_div4_fl2_title::before {
    content: "";
    position: absolute;
    top: 0;
    width: 162px;
    height: 10px;
    background-color: #0c9fb1;
    left: 0;
}
.index_div4_fl2_qh >div {
    display: none;
}
.index_div4_fl2_qh >div.active {
    display: block;
}

.index_div4_fl2_ul li a {
    font-size: 1.8rem;
    color: #b5b5b5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_div4_fl2_ul li a span {
    opacity: 0;
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #0c9fb1;
    margin-top: 0px;
    position: relative;
    top: -4px;
    right: 10px;
}

.index_div4_fl2_ul li:hover span {
    opacity: 1;
    color: #0c9fb1;
}

.index_div4_fl2_ul li:hover a {
    color: #0c9fb1;
    font-weight: 600;
}

.index_div4_fl2_ul li {
    line-height: 50px;
}

.index_div5 {
    margin-top: 89px;
}

.index_div5_title {
    font-size: 1.6rem;
    line-height: 56px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.index_div5_fl1 a>div {
    height: 49px;
    line-height: 49px;
    background-color: rgba(0, 0, 0, 0.61);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
}

.index_div5_fl1 {
    width: 45%;

}

.index_div5_fl2 {
    width: 55%;
    padding-left: 61px;

}

.index_div5_name {
    font-size: 2rem;
    line-height: 40px;
    color: #181818;
}

.index_div5_name a {
    font-size: 1.6rem;
    line-height: 40px;
    color: #b5b5b5;
}

.index_div5_ul li {
    font-size: 16px;
    line-height: 56px;
    color: #666666;
    border-bottom: solid 1px #d4dce8;
}

.index_div5_ul li .fl {
    width: 70%;
}

.index_div5_ul li .fr {
    width: 30%;
    text-align: right;
}

.index_div5_ul li:last-child {
    border: none;
}

.index_div5_mt {
    margin-top: 70px;
}

.index_div6_swiper {
    padding: 49px 0 60px;
}

.index_div6 {
    margin: 100px 0 60px;
}

.index_div6_swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #0c9fb1;
    opacity: 0.28;
}

.index_div6_swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

.footer_top_ul li {
    float: left;
    width: 16.6%;
    padding-right: 10px;
}

footer {

    background-color: #222222;
}

.footer_top {
    padding: 57px 0 50px;
}

.footer_top_ul li>div {
    font-size: 1.6rem;
    line-height: 24px;
    color: #ffffff;
}

.footer_top_ul li>a {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.footer_bot {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    font-size: 14px;
    line-height: 87px;
    color: #ffffff;
    opacity: 0.25;
    height: 88px;
    text-align: center;
}

.footer_bot a {
    color: #ffffff !important;
}

.neiye_ban_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.neiye_ban_text>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.neiye_title {
    font-size: 5.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 0px;
    color: #181818;
    text-align: center;
    font-weight: 600;
}

.neiye_ban .neiye_title {
    color: #fff;
}

.bread {
    font-size: 2rem;
    line-height: 24px;
    color: #fff;
    margin-top: 10px;
}


.bread a,
.bread a:hover {
    color: #fff !important;
}

.list_pro_fl {
    width: 21.5%;
    background-color: #ffffff;

}

.list_pro_fr {
    width: 75.4%;
}

.list_pro_ul_fl_ul {
    display: none;
}

.list_pro_ul_fl_ul li {
    line-height: 36px;
    font-size: 1.6rem;
    color: #8a8a8a;
}

.list_pro_ul_fl_ul li.active a {
    color: #0c9fb1;
}

.list_pro_fl_ul li .clearfix {
    line-height: 57px;
    height: 57px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #181818;
    cursor: pointer;

}

.list_pro_fl_ul>li.active .clearfix {
    color: #0c9fb1;
}

.list_pro_fl_ul>li {
    border: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 20px;
    margin-bottom: 5px;
}

.list_pro_fl_ul>li.active .iconfont {
    display: inline-block;
}

.list_pro_fl_ul>li.active .iconfont {
    transform: rotate(90deg);
}

.list_anlii .list_pro_fl_ul>li.active .iconfont {
    transform: rotate(90deg);
}

.list_pro_fl_ul>li.active .list_pro_ul_fl_ul {
    display: block;
}

.list_pro_ul_fl_ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_pro_ul_fl_ul {
    padding-bottom: 20px;
}

.list_pro_fr_ul li {
    margin: 0 0 48px 24px;
    float: left;
    width: 31.4%;
}

.list_pro_pro li img {
    width: 235px;
    height: 235px;
    display: table;
    margin: 0 auto;
}

.list_pro_fr_fl .swiper-button-next,.list_pro_fr_fl  .swiper-button-prev {
    background-size: 20px 20px;
}
.list_div2_ul li img {
    width: 235px;
    height: 218px;
}

.list_pro_fr_ul li:nth-child(3n+1) {
    margin-left: 0;
}

.list_pro_fr_ul li a:nth-child(1) {
    box-shadow: 0px 0px 18px 1px rgba(177, 178, 180, 0.17);
    border: solid 1px #d2d2d2;
}

.lsit_pro_fr_ul_title {
    height: 61px;
    line-height: 61px;
    background-color: #fff;
    border-radius: 0px 0px 4px 4px;
    font-size: 1.8rem;
    color: #181818;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.list_pro_fr_ul li:hover .lsit_pro_fr_ul_title {
    background-color: #0c9fb1;
    color: #ffffff;
}

.lsit_pro_fr_ul_title:hover {
    color: #fff !important;
}

.mt40 {
    margin-top: 41px;
}

.mb70 {
    margin-bottom: 70px;
}

.list_pro_fr_ul li:hover img {
    transform: scale(1.1);
}

.list_anli_ul {
    margin: 40px 0 28px;
}

.list_anli_ul_list li {
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list_anli_ul_list_a {
    position: relative;
    padding: 0 0 0 20px;
}

.list_anli_ul_list_a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 50%;
    transform: translateY(-50%);
}

.list_anli_title {
    font-size: 2rem;
    line-height: 40px;
    color: #181818;
    width: 80%;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;

}

.line1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_anli_content {
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    width: 80%;
}

.list_anli_data {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}

.list_anli_content_a {
    font-size: 14px;
    line-height: 40px;
    color: #181818;
}

.list_anli_content_a span {
    margin-right: 10px;
}

.list_anli_ul_list li:hover .list_anli_title {
    color: #0c9fb1;
    font-weight: 600;
    transform: translateX(20px);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;

}

.list_anli_ul_list li:hover .list_anli_ul_list_a::before {
    background-color: #0c9fb1;
}

.list_anli_ul_list li:hover .list_anli_content_a {
    color: #0c9fb1;
    font-weight: 600;
}

.list_article_one_fl,
.list_article_one_fr {
    width: 50%;
}

.list_article_one_fr {
    padding-left: 45px;
}

.list_article_a {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 49px;
    line-height: 49px;
    padding: 0 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.61);
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
}

.list_article_one_fr ul li a .fl {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.list_article_one_fr ul li {
    line-height: 55px;
    height: 55px;
    border-bottom: 1px solid #d4dce8;
    font-size: 1.6rem;
    color: #666666;
}

.list_article_one_fr ul li a .fr {
    width: 20%;
    text-align: right;
}

.list_article {
    margin: 40px 0;
}

/* 新闻详情 */
.article_article_title {
    font-size: 3rem;
    line-height: 40px;
    color: #181818;
}

.article_article .data {
    display: table;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 26px;
    color: #666666;
    padding: 15px 0 35px;
}

.article_article .data span:nth-child(1) {
    margin-right: 30px;
}

.article_article_con {

    font-size: 1.6rem;
    line-height: 30px;
    color: #181818;
    margin-bottom: 60px;
}

.shangxia {
    line-height: 30px;
    font-size: 1.4rem;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}



 .xiangguan{
	 font-size:21px;
	 font-weight:bold;
	 
	 
	 }
.xia .guanyu_ul li a
 {  line-height:40px;
    height:40px;
 }






.article_article {
    margin: 40px 0;
}


.list_anli_ul {
    display: flex;
    justify-content: center;
}

.list_anli_ul li {
    display: flex;
    justify-content: center;
    padding: 0 42px;
    font-size: 2rem;
    line-height: 30px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.list_anli_ul li.active a,
.list_anli_ul li:hover a {

    color: #009f9c !important;
}

.list_about_con {
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 56px;
}


.list_about_swiper .swiper-slide>div {
    border-radius: 2px;
    padding: 25px 0 20px;
    text-align: center;
    position: relative;

}

.list_about_swiper .swiper-slide>div::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #000000;
    opacity: 0.28;
    top: 58px;
}

.list_about_swiper .swiper-slide>div .iconfont {
    text-shadow: 1px 6px 3px 0px rgba(0, 0, 0, 0.16);
    color: #0c9fb1;
    font-size: 6rem;
}

.list_about_shuzi {
    font-size: 1.8rem;
    line-height: 40px;
    color: #181818;
    padding: 15px 0 0;
    font-size: 18px;
    color: #b5b5b5;
}

.list_about_shuzi span {
    font-size: 3.6rem;
    color: #0c9fb1;
    font-weight: 600;
}

.list_about_shuzi>div {
    color: #181818;
}


.list_about_swiper .swiper-slide:hover .iconfont,
.list_lx_swiper .swiper-slide:hover .iconfont {
    transform: rotateY(360deg);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.list_about_swiper {
    padding: 57px 0 50px;

}

.my-video-dimensions {
    width: 100% !important;
}

.video-js .vjs-big-play-button {
    width: 109px;
    height: 109px;
    line-height: 100px;
    font-size: 5rem;
    border-radius: 50%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list_about_sz {
    box-shadow: 3px 5px 6px 0px rgba(222, 221, 221, 0.43);
    border: solid 3px rgba(221, 217, 217, 0.14);
    margin-top: 60px;

}

/* 联系我们 */
.list_lianxi_ul {
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    padding: 29px 0 24px;
    width: 80%;
    margin: -48px auto 0;
    position: relative;
    z-index: 99;
    background: #fff;
}

.list_lianxi_ul li {
    width: 33%;
    float: left;
    border-left: 1px solid #c4c4c4;
    text-align: center;
}

.list_lianxi_ul li:first-child {
    border-left: none;
}

.list_lianxi_ul li>div:nth-child(1),
.list_lianxi_ul li>div:nth-child(1) .iconfont {
    font-size: 2.4rem;
    line-height: 48px;
    color: #181818;
}
.list_lianxi_ul li>div:nth-child(1) .iconfont {
    margin-right: 10px;
}

.list_lianxi_name {
    font-size: 1.6rem;
    line-height: 18px;
    color: #0c9fb1;
    font-weight: 600;
}

.list_lianxi {
    margin: 45px 0 113px;
}

.list_liuyan_ul li {
    width: 48%;
    margin-left: 33px;
    height: 71px;
    line-height: 71px;
    border-radius: 6px;
    margin-bottom: 37px;
    float: left;
}

.list_liuyan_ul li input {
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #666666;
    padding: 0 20px;
    color: #666666;
    width: 100%;
    border: none;
    background-color: #f4f4f4;

}

.list_liuyan_ul li:nth-child(odd) {
    margin-left: 0;
}

.textate {
    width: 100%;
    height: 257px;
    border-radius: 6px;

}

.textate textarea {
    line-height: 30px;
    font-size: 1.8rem;
    color: #666666;
    padding: 15px;
    background-color: #f4f4f4;
    width: 100%;
    height: 100%;
    border: none;
}

.list_liuyan button {
    width: 179px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #0c9fb1;
    border: 1px solid #009f9c;
    margin-top: 35px;
}

.list_liuyan button:hover {
    background: #fff;
    color: #009f9c;
    border: 1px solid #009f9c;
}

.list_liuyan {
    margin-top: 80px;
}

.list_liuyan form {
    margin-top: 30px;
}

.artice_pro .list_pro_fr_fl {
    box-shadow: 0px 0px 18px 1px rgba(177, 178, 180, 0.17);
    border: solid 1px #d2d2d2;
    width: 40%;
}

.list_pro_fr_fr {
    width: 60%;
    padding-left: 50px;
}

.list_pro_fr_fr .title {
    font-size: 2.4rem;
}

.list_pro_fr_fr .title_line {
    left: 0;
    transform: translateX(0);
    margin-left: 0;
}

.article_pro_con {
    font-size: 1.8rem;
    color: #181818;
    line-height: 36px;
    margin: 20px 0 30px;
}

.article_pro_con span {
    font-size: 2rem;
    font-weight: 600;
}

.article_pro_qh {
    margin: 70px 0 40px;
    border-bottom: 1px solid rgba(1, 1, 1, .17);
    line-height: 40px;
    /* padding-bottom: 10px; */
}

.article_ypt_div {
    margin: 30px auto 0;
    display: table;
}

.article_pro_qh li {
    padding: 0 20px;
    font-size: 2rem;
    color: #fff;
    position: relative;
    float: left;
    background-color: rgb(170,170,170);
    margin-right: 3rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.article_pro_qh li a{
    color: #fff !important;
}
.article_pro_qh li:hover,
.article_pro_qh li.active{
    background-color: #0c9fb1;
} 
.article_pro_qh li:hover a,
.article_pro_qh li.active a {
    color: #fff;
    text-decoration: none;
}
/* 

.article_pro_qh li:hover{
    background-color: #0c9fb1;
}
*/
/* .article_pro_qh li.active::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #0c9fb1;
    border: solid 3px #b5b5b5;
    border-radius: 50%;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
} */

.article_div_qh>div {
    font-size: 1.8rem;
    line-height: 36px;
    display: none;
    color: #181818;
}

.article_div_qh>div.active {
    display: block;
}

.article_shagnxia {
    margin: 100px 0 60px;
}

.article_shagnxia>div {
    width: 48%;
    margin-left: 20px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    text-align: center;
    height: 59px;
    line-height: 59px;
    font-size: 1.8rem;
    float: left;
}

.article_shagnxia>div a {
    font-size: 1.8rem;
}

.article_shagnxia>div:hover {
    background-color: #0c9fb1;
    border: solid 1px #d2d2d2;
    color: #fff;
}

.article_shagnxia>div:hover a {
    color: #fff !important;
}

.article_shagnxia>div:nth-child(1) {
    margin-left: 0;
}

/* 案例中心 */
.list_anlii_ul li {
    border: solid 1px #b5b5b5;
    padding: 10px;
    float: left;
    width: 48%;
    margin-left: 30px;
    margin-bottom: 30px;
}

.list_anlii_ul li:nth-child(odd) {
    margin-left: 0;
}

.list_anlii_ul li .fl:nth-child(1) {
    width: 30%;
}

.list_anlii_ul li .fl:nth-child(2) {
    padding: 0 0 0 20px;
    width: 70%;
}

.list_anlii_a {
    font-size: 1.8rem;
    line-height: 30px;
    color: #181818;
    font-weight: 600;
}

.list_anlii_con {
    font-size: 1.4rem;
    line-height: 27px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 8px;
}

.list_anlii_ul li:hover img {
    transform: scale(1.1);
}

.list_anlii_ul li:hover {
    border: 1px solid #009f9c;
}

.list_anlii_ul li:hover .list_anlii_a {
    color: #009f9c;
}

/* 公司荣誉 */
.list_honor li {
    margin: 0 0 48px 33px;
}

.list_honor li .lsit_pro_fr_ul_title {
    display: none;
}

.index_div2_con {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 98px;
}

@media (max-width:1860px) {
    .daohang_dh {
        margin: 0 40px;
    }
}

@media (max-width:1770px) {
    .daohang_ul>li {
        padding: 0 13px;
    }

    .daohang_ul {
        margin-left: 40px;
    }
}

@media (max-width:1660px) {


    .daohang_dh {
        margin: 0 15px;
    }

    .header_search .search_inp {
        width: 192px;
    }
}

@media (max-width:1570px) {
    .daohang_ul>li {
        padding: 0 6px;
    }

    .header_search .search_inp {
        width: 175px;
    }
}

@media (max-width:1440px) {

    body,
    html {
        font-size: 9px;
    }

    .index_about,
    .index_div2_pro_top {
        margin: 60px 0 0;
    }

    .index_div2 {
        margin: 60px 0 45px 0;
    }

    .index_div3 {
        padding: 60px 0;
    }

    .index_div4,
    .index_div5 {
        margin-top: 60px;
    }

    .list_div4_ul li {
        margin-right: 17px;
    }

    .index_div4_fl2 {
        padding: 0 42px 54px;
    }

    .index_div6 {
        margin: 50px 0 35px;
    }

    .title {
        font-size: 3.2rem;
    }

    .neiye_title {
        font-size: 4rem;
    }

}

@media (max-width:1366px) {
    .daohang_ul>li {
        padding: 0 3px;
    }
}

@media (max-width:1280px) {
    /* .daohang_ul>li {
        padding: 0 8px;
    } */

    .header_search button {
        margin-left: 5px;
    }

    .daohang_dh {
        margin: 0 15px 0 0;
    }

    .header_search .search_inp {
        width: 150px;
    }

    /* .daohang_ul>li {
        padding: 0 6px;
    } */

    .daohang_ul {
        margin-left: 10px;
    }
}

@media (max-width:1200px) {
    .daohang_dh {
        letter-spacing: -1.5px;
    }

    .daohang_ul>li>a {
        font-size: 1.7rem;
    }

    .daohang_ul>li {
        padding: 0 2px;
    }

    .header_search .search_inp {
        width: 127px;
    }

    .index_about_con {
        margin: 25px 0 30px;
        -webkit-line-clamp: 5;
    }

    .more {
        width: 150px;
        height: 45px;
        line-height: 45px;

    }

    .index_shuzi {
        padding: 40px 0 40px 0;
    }

    .shuzi_top {
        line-height: 40px;

    }

    .list_div2_ul li {
        margin-left: 16px;
    }

    .index_div2_con {
        -webkit-line-clamp: 2;
    }

    .index_div3_con {
        -webkit-line-clamp: 2;
    }

    .index_div3_ul {
        margin: 20px 0 25px;
    }

    .list_div4_ul li {
        margin-right: 14px;
        margin-bottom: 20px;
    }

    .index_div4_fl2 {
        padding: 0 20px 25px;
    }

    .index_div4_fl2_ul li {
        line-height: 39px;

    }

    .list_div4_title {
        height: 48px;
        line-height: 48px;
    }

    .index_div4_icon {
        width: 40px;
        height: 40px;
        bottom: 25px;
        left: 13px;
    }

    .index_div5_ul li:last-child {
        display: none;
    }

    .list_anlii_ul li {
        margin-left: 27px;
        margin-bottom: 25px;
    }

    .artice_pro .list_pro_fr_fl,
    .artice_pro .list_pro_fr_fr {
        width: 50%;
    }

    .artice_pro .list_pro_fr_fr {
        padding-left: 26px;
    }

    .article_pro_con {
        line-height: 30px;
    }

    .article_pro_qh {
        margin: 50px 0 30px;
    }

    .article_div_qh>div {


        line-height: 32px;
    }

    .article_shagnxia {
        margin: 61px 0 40px;
    }

    .mb70 {
        margin-bottom: 40px;
    }

    .list_about_swiper {
        padding: 30px 0 25px;
    }

    .list_about_sz {
        margin-top: 40px;
    }

    .list_about_con {
        margin-top: 30px;
    }

    .list_about .video-js .vjs-big-play-button {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 4rem;
    }

    .list_about .my-video-dimensions {
        height: 304px !important;
    }

    .list_article_one_fr ul li:last-child,
    .list_article_one_fr ul li:nth-last-child(2) {
        display: none;
    }

    .list_article_one_fr ul li {
        line-height: 56px;
        height: 56px;
    }

    .list_anli_ul_list li {
        padding: 30px 0;
    }

    .list_liuyan {
        margin-top: 45px;
    }

    .list_pro_fr_ul li {
        margin: 0 0 20px 20px;
    }

    .list_div2_ul li img {
        width: 200px;
        height: 190px;
    }

    .list_pro_pro li img {
        width: 220px;
        height: 220px;
        display: table;
        margin: 0 auto;
    }

}
@media (max-width:1100px) {
    .daohang_ul>li>a {
        font-size: 1.5rem;
    }
}
@media (max-width:1024px) {
    body {
        padding-top: 65px !important;
    }

    .pcnav {
        display: none;
    }

    .phonenav {
        display: block;
        border-bottom: 1px solid #eee;
    }

    .sidebar-menu.is-active {
        display: block;
        transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .rightfix {
        display: none;
    }

    .searchbox {
        top: 65px;
    }

    .searchs .sertext,
    .serbtn {
        height: 45px;
    }

    .header-1,
    .daohang {
        display: none;
    }
}

@media (max-width: 990px) {
    .title {
        font-size: 2.6rem;
    }

    .index_about_fl {
        padding-right: 25px;
    }

    .index_about_con {
        margin: 20px 0 22px;
        -webkit-line-clamp: 3;
    }

    .shuzi_bot {
        font-size: 1.6rem;
    }

    .shuzi_top span {
        font-size: 3.8rem;
        line-height: 48px;
    }

    .index_div2 {
        margin: 40px 0 40px 0;
    }

    .index_about,
    .index_div2_pro_top {
        margin: 40px 0 0;
    }

    .list_div2_ul li {
        margin-left: 12px;
    }

    .index_div3 {
        padding: 40px 0;
    }

    .index_div3_ul {
        margin: 12px 0 15px;
    }

    .index_div3_fl2 {
        padding-left: 40px;
    }

    .index_about_fr .iconfont {
        margin-left: -22px;
        margin-top: -30px;
        font-size: 6rem;
    }

    .list_div4_ul li {
        margin-right: 11px;
    }

    .index_div4_icon {
        width: 28px;
        height: 28px;
        bottom: 33px;
        left: 9px;
    }

    .index_div4_icon .iconfont {
        font-size: 2rem;
        line-height: 28px;
    }

    .idnex_div4_fl2_title {
        font-size: 2.6rem;
        padding: 15px 0 0px 0;
    }

    .idnex_div4_fl2_title::before {
        width: 95px;
    }

    .index_div4_fl2 {
        padding: 0 8px 13px;
    }

    .index_div4_fl2_ul li {
        line-height: 35px;
    }

    .futitle {
        width: 90%;
    }

    .index_div4_list {
        margin-top: 30px;
    }

    .index_div4,
    .index_div5 {
        margin-top: 40px;
    }

    .index_div5_fl2 {
        width: 55%;
        padding-left: 29px;
    }

    .index_div5_name,
    .index_div5_name a {
        line-height: 20px;
        margin-bottom: 3px;
    }

    .index_div5_ul li:nth-last-of-type(2) {
        display: none;
    }

    .index_div6_swiper {
        padding: 25px 0 35px;
    }

    .neiye_title {
        font-size: 2.6rem;
        line-height: 30px;
    }

    .list_pro_fl {
        display: none;
    }

    .list_pro_fr {
        width: 100%;
    }

    .article_article_title {
        font-size: 2.2rem;
        line-height: 30px;
    }

    .list_about {
        margin: 25px 0;
    }

    .list_about .my-video-dimensions {
        height: 229px !important;
    }

    .list_about_swiper {
        padding: 0px 0 25px;
    }

    .list_about_sz {
        padding-bottom: 20px;
    }

    .list_article_one_fr ul li {
        line-height: 43px;
        height: 44px;
    }

    .list_anli_ul_list li {
        padding: 15px 0;
    }

    .list_liuyan_ul li {
        margin-left: 28px;
        height: 51px;
        line-height: 51px;
        margin-bottom: 20px;
    }

    .list_lianxi_ul {
        width: 100%;
        margin-top: 15px;
    }

    .list_lianxi {
        margin: 45px 0 50px;
    }

    footer {
        display: none;
    }

    .mobile-foot {
        display: block;
    }

    body {
        padding-bottom: 51px;
    }

    .list_div2_ul li img {
        width: 165px;
        height: 156px;
        display: table;
        margin: 0 auto;
    }

    .list_about_swiper .swiper-pagination-bullet-active {
        background-color: #009f9c;
    }

}

@media (max-width: 767px) {
    body {
        padding-bottom: 51px;
    }

    .mobile-foot {
        display: block;
    }

    .index_about_fl {
        width: 100%;
        padding-right: 0;
    }

    .index_about,
    .index_div2_pro_top {
        margin: 25px 0 0;
    }

    .index_about .title {
        text-align: center;
    }

    .index_about .title_line {
        margin: 5px auto;
    }

    .index_about_fr {
        width: 100%;
        margin-top: 15px;
    }

    .shuizi_swiper {
        padding: 0 0 45px 0;
    }

    .shuizi_swiper .swiper-pagination-bullet-active {
        background: #009f9c;
    }

    .index_shuzi {
        padding: 20px 0 10px 0;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 10px;
    }

    .banner .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }

    .index_div2 {
        margin: 25px 0 25px 0;
    }

    .index_div2_fl,
    .index_div2_fl2,
    .index_div3_fl1,
    .index_div3_fl2,
    .index_div4_fl1,
    .index_div4_fl2,
    .index_div5_fl1,
    .index_div5_fl2 {
        width: 100%;
    }

    .index_div2_con {
        margin-bottom: 20px;
    }

    .list_div2_ul li,
    .list_div4_ul li {
        width: 48%;
        margin-left: 0 !important;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

    .list_div2_ul li:nth-last-of-type(even),
    .list_div4_ul li:nth-last-of-type(even) {
        margin-right: 2% !important;
    }

    .list_div2_ul li:nth-last-of-type(odd),
    .list_div4_ul li:nth-last-of-type(odd) {
        margin-left: 2% !important;
    }

    .index_div2_fl2 {
        margin-top: 15px;
    }

    .index_div2_title {
        font-size: 1.8rem;
        line-height: 45px;
    }

    .index_div3 {
        padding: 25px 0;
    }

    .futitle {
        width: 100%;
        font-size: 1.6rem;
    }

    .index_div3 .gallery-top {
        margin-top: 20px;

    }

    .index_div3_fl2 {
        padding: 15px 0 0;
    }

    .index_div3_bot {
        margin: 30px auto 0;
        width: 80%;
    }

    .index_div3 .swiper-button-next,
    .index_div3 .swiper-container-rtl .swiper-button-prev {
        right: -40px;
        width: 30px;
        height: 30px;
    }

    .index_div3 .swiper-button-prev,
    .index_div3 .swiper-container-rtl .swiper-button-next {
        left: -40px;
        width: 30px;
        height: 30px;
    }

    .index_div4,
    .index_div5 {
        margin-top: 25px;
    }

    .index_div4_fl2,
    footer {
        display: none;
    }

    .title {
        line-height: 40px;

    }

    .futitle {
        line-height: 24px;
    }

    .index_div5_mt {
        margin-top: 26px;
    }

    .index_div5_fl2 {
        padding: 15px 0 0;
    }

    .index_div6 {
        margin: 25px 0 16px;
    }

    .more {
        width: 130px;
        height: 40px;
        line-height: 40px;
    }

    .list_anlii_ul li {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }

    .bread {
        display: none;
    }

    .article_article_con {
        margin-bottom: 25px;
    }

    .article_article {
        margin: 25px 0 0;
    }

    .artice_pro .list_pro_fr_fl,
    .artice_pro .list_pro_fr_fr {
        width: 100%;
    }

    .artice_pro .list_pro_fr_fr {
        padding: 15px 0 0 0;
    }

    .article_pro_qh li {
        float: left;
        width: 50%;
        border: 1px solid rgba(1, 1, 1, .17);
        text-align: center;
        padding: 0;
        font-size: 1.8rem;
    }

    .article_pro_qh {
        border: none;
    }

    .article_pro_qh li.active::before {
        display: none;
    }

    .article_pro_qh {
        margin: 25px 0 0px;
    }

    .list_pro_fr_fr .title {
        font-size: 2.2rem;
    }

    .article_div_qh>div {
        font-size: 1.6rem;
    }

    .article_shagnxia>div {
        width: 100%;
        margin: 0 0 10px 0 !important;
        height: 50px;
        line-height: 50px;
        font-size: 1.6rem;
    }

    .article_shagnxia {
        margin: 30px 0 0px;
    }

    .list_anli_ul {
        display: none;
    }

    .list_about_con {
        margin-top: 15px;
    }

    .list_about_shuzi {
        font-size: 14px;
    }

    .list_article_one_fl,
    .list_article_one_fr {
        width: 100%;
    }

    .list_article_one_fr {
        padding: 15px 0 0 0;
    }

    .list_anli_title {
        font-size: 1.6rem;
        width: 66%;
    }

    .list_anli_content_a {
        line-height: 34px;
    }

    .list_liuyan_ul li {
        width: 100%;
        margin: 0 0 15px 0 !important;
    }

    .list_lianxi_ul li {
        width: 100%;
        padding: 0 0 10px 0;
        border: none;
    }

    .list_liuyan button {
        width: 140px;
        height: 46px;
        line-height: 46px;
        display: table;
        margin: 20px auto 0;
    }

    .list_pro_fr_ul li {
        width: 48%;
        margin: 0 0 15px 0 !important;
    }

    .list_pro_fr_ul li:nth-child(odd) {
        margin-right: 2% !important;
    }

    .list_pro_fr_ul li:nth-child(even) {
        margin-left: 2% !important;
    }

    .lsit_pro_fr_ul_title {
        height: 50px;
        line-height: 50px;
    }

    .mb70 {
        margin-bottom: 25px;
    }

    .mt40 {
        margin-top: 25px;
    }

    .modal.in .modal-dialog {
        width: 94%;
        padding-top: 15%;
    }

    #my-video {
        height: 124px !important;
    }

    .list_pro_pro li img {
        width: 165px;
        height: 165px;
    }
    .index_div6_swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}

#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
    margin-bottom: 10px;
}

#page li:hover {
    border: 1px solid #0c9fb1;
}

#page li:hover a {
    color: #0c9fb1
}

#page li a {
    color: #666
}

#page li.active {
    border: 1px solid #0c9fb1;
    background-color: #0c9fb1;
    color: #FFFFFF
}

#page li.active a {
    color: #fff
}

#page .thisclass {
    background-color: #0c9fb1;
    color: #FFFFFF
}